projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6e1f1
)
Fix the issue of _end symbol not being found while building
author
Sughosh Ganu
<
[email protected]
>
Sun, 10 Apr 2011 10:16:08 +0000
(10:16 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Wed, 27 Apr 2011 17:38:10 +0000
(19:38 +0200)
Fix the nand_spl build for the hawkboard
Signed-off-by: Sughosh Ganu <
[email protected]
>
nand_spl/board/davinci/da8xxevm/u-boot.lds
patch
|
blob
|
history
diff --git
a/nand_spl/board/davinci/da8xxevm/u-boot.lds
b/nand_spl/board/davinci/da8xxevm/u-boot.lds
index c86117b9d6392ceb4eba2ffa64c0f321bfeab29b..638ffd931b8b6bcb49dfe165e46c142f40073dd4 100644
(file)
--- a/
nand_spl/board/davinci/da8xxevm/u-boot.lds
+++ b/
nand_spl/board/davinci/da8xxevm/u-boot.lds
@@
-68,6
+68,8
@@
SECTIONS
__got_end = .;
+ _end = .;
+
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }